func github.com/refraction-networking/utls.pskExtLen
4 uses
github.com/refraction-networking/utls (current package)
u_pre_shared_key.go#L166: func pskExtLen(identities []PskIdentity, binders [][]byte) int {
u_pre_shared_key.go#L190: length := pskExtLen(e.Identities, e.Binders)
u_pre_shared_key.go#L196: extLen := pskExtLen(identities, binders)
u_pre_shared_key.go#L354: return pskExtLen(e.Identities, e.Binders)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |